Table of content



/airport/city/{id}

Mapping URL: /airport/city/{id}

Description: find the airport entities of city with the appended id

Microservice: AirportService


Methods

/airport/city/{id}

/airport/city/{id}

Mapping URL: /airport/city/{id}

Description: CityService

Name: findAllAirportOfCity(id)

Request Method: GET

Service Interface: /airport/city/{id}

Service Entity: City



AirportService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content